home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutBox
- BackColor = &H00C0C0C0&
- BorderStyle = 1 'Fixed Single
- Caption = "About Visual Data"
- ClientHeight = 2175
- ClientLeft = 2190
- ClientTop = 2550
- ClientWidth = 5055
- ControlBox = 0 'False
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "System"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 2580
- Icon = 0
- Left = 2130
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2175
- ScaleWidth = 5055
- Top = 2205
- Width = 5175
- Begin PictureBox Picture1
- BackColor = &H00C0C0C0&
- BorderStyle = 0 'None
- Height = 1335
- Left = 1080
- ScaleHeight = 1335
- ScaleWidth = 3375
- TabIndex = 2
- Tag = "OLR"
- Top = 120
- Width = 3375
- Begin Label Label1
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "Version 3.10"
- Height = 210
- Left = 360
- TabIndex = 3
- Top = 960
- Width = 2535
- End
- Begin Label LAB_2
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "Visual Data Sample Application"
- Height = 255
- Left = 240
- TabIndex = 4
- Top = 720
- Width = 2895
- End
- Begin Label LAB_1
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "Microsoft Visual Basic Pro"
- Height = 270
- Left = 360
- TabIndex = 5
- Top = 240
- Width = 2535
- End
- End
- Begin PictureBox PIC_Icon
- BackColor = &H00C0C0C0&
- BorderStyle = 0 'None
- Height = 600
- Left = 240
- Picture = ABOUTBOX.FRX:0000
- ScaleHeight = 600
- ScaleWidth = 480
- TabIndex = 1
- Top = 240
- Width = 480
- End
- Begin CommandButton OkayButton
- Cancel = -1 'True
- Caption = "&OK"
- Default = -1 'True
- Height = 360
- Left = 2040
- TabIndex = 0
- Top = 1680
- Width = 1080
- End
- Sub Form_KeyPress (KeyAscii As Integer)
- Unload Me
- End Sub
- Sub Form_Load ()
- Left = (Screen.Width - Width) / 2
- End Sub
- Sub Form_Paint ()
- Outlines Me
- End Sub
- Sub OkayButton_Click ()
- Unload Me
- End Sub
- Sub OkayButton_KeyPress (KeyAscii As Integer)
- Unload Me
- End Sub
-